Security against IP spoofing [on hold]
        Posted  
        
            by 
                user1369975
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user1369975
        
        
        
        Published on 2014-06-04T20:05:52Z
        Indexed on 
            2014/06/04
            21:27 UTC
        
        
        Read the original article
        Hit count: 194
        
spoofing
I am pursuing a college project, in which I am running three fake services on three ports to protect the main service (say running at port 80). The concept is that if the user is malicious, he'll try to bring the services down and access the fake services. These ports adopt a blocking process of a connection request and record the IP and port of the client. These are logged and aren't granted access on service on port 80. But what to do if the client spoofs his IP? How can I modify my system?
© Server Fault or respective owner